Class yassl.lexer
All Packages    This Package    Previous    Next

Class yassl.lexer

java.lang.Object
   |
   +----java.io.StreamTokenizer
           |
           +----yassl.lexer

public class lexer
extends StreamTokenizer
implements lexemes
Class to convert input stream into lexemes. Most of the work is done by StreamTokenizer, but some of the stray ones are wiped up here.

Constructor Index

 o lexer(InputStream)

Method Index

 o nextLexeme()

Constructors

 o lexer
  public lexer(InputStream in)

Methods

 o nextLexeme
  public void nextLexeme() throws IOException, parserError

All Packages    This Package    Previous    Next